body
{
    margin-top: 0;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    
}
p
{
    text-align: justify;
}
.header
{
    position:sticky;
    top: 0;
    text-align: center;
    background-color:white;
    padding: 0px;
    width: 100%;
    align-items: center;
    align-self: center;
    align-content: center;
}

.header_list
{
    position:sticky;
    top: 100;
    text-align: left;
    background-color:white;
    padding: 0px;
    width: 100%;
    align-items: center;
    align-self: center;
    align-content: center;
}

.user_header_list
{
    position:sticky;
    top: 100;
    text-align: left;
    padding: 0px;
    width: 100%;
    align-items: center;
    align-self: center;
    align-content: center;
}

.navigation ul{
    list-style-type: none;
    padding:20px;
    margin: 0;

}

.navigation li{
    display: inline;
    margin-right: 0px;
}

.navigation a:link,a:visited{
    background-color: white;
    color: blue;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-weight: 700;
    
    
}

.navigation a:hover,a:active{
    background-color:lightgrey;
    color:red;
    font-style:italic;
}

#hyperlink a:link,a:visited{
    /*background-color: white;*/
    color:blue;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-weight: 700;
    
    
}

#hyperlink a:hover,a:active{
    background-color:lightgrey;
    color:red;
    font-style:italic;
}

.alink1 a:link,a:visited{
    /*background-color: white;*/
    color:blue;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-weight: 700;
    
    
    
}

.alink1 a:hover,a:active{
    background-color:lightgrey;
    color:red;
    font-style:italic;
}

#userhyperlink a:link{
    color:white;
    font-weight: 900;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    
}
#userhyperlink a:visited{
    color:white;
    font-weight: 900;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    
}
#userhyperlink a:hover,a:active{
    color:red;
    font-style:italic;
}


.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: lightgray;
    padding: 10px;
    text-align: center;
}

.content{
    margin-bottom: -100px;
    border: 1px solid;
    margin: auto;
    width: 90%;
    padding: 10px;
    box-shadow: 2px 4px 5px 4px;
    text-align: center;
    align-items: center;
}

.text_style{
    color:black;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Libre Baskerville', serif";
    text-align: justify;
    padding-right: 20px;
    }

.text_style1{
    color:black;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Libre Baskerville', serif";
    text-align: center;
    padding-right: 20px;
    }
    

.title_text{
    color:crimson;
    font-size: 35px;
    line-height: 0px;
    font-weight: 700;
    margin: 0px 0px 0px;
    float: left;
    padding: 0px;
    font-family: "Libre Baskerville', serif";
    text-align: center;
    width: 100%;
    vertical-align: bottom;
}

#content_table{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 90%;
}
#content_table td, #content_table th{
    border: 1px solid #ddd;
    padding: 10px;
}
#content_table tr:nth-child(even){background-color: #f2f2f2;}

#content_table tr:hover {background-color: #ddd;}

#content_table th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: gray;
    color: white;
}

#login_table{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-weight: 700;
    
}
#login_table td{
    border: 1px solid #ddd;
    padding: 2px;
    text-align: left;
    
}
#login_table tr{background-color: #f2f2f2;}

#login_table tr:hover {background-color: #ddd;}

#login_table th{
    padding-top: 5px;
    padding-bottom: 12px;
    text-align: center;
    background-color:whitesmoke;
    color: white;
}

#login_form input[type=text],[type=password],select{
    width: 90%;
    padding: 12px 18px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#login_form input[type=submit]{
    width: 40%;
    background-color: grey;
    color: white;
    padding: 10px 0px;
    margin: 2px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: medium;
}

#login_form input[type=submit]:hover{
    background-color: #f5A049;
}

#normal_form input[type=text],[type=password],[type=file],select{
    width: 90%;
    padding: 12px 18px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
}

#details_form input[type=text]{
    width: 60%;
    padding: 12px 18px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
}

#normal_form input[type=submit]{
    width: 40%;
    background-color: grey;
    color: white;
    padding: 10px 10px;
    margin: 2px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: medium;
}

#normal_form input[type=submit]:hover{
    background-color: #f5A049;
}


.droplist{
    text-align: left;
    width: 100%;
    color:white;
    font-weight: 900;
    padding: 0px 0px;
    text-decoration:none;
    display: inline-block;
    margin-left: 20px;
        
    }

#entry_table{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 60%;
    font-weight: 700;
}
    
#entry_table td{
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
        
    }
#entry_table th{
    border: 1px solid #ddd;
    padding: 15px;
    text-align: right;
        
    }
#entry_table tr{background-color: #f2f2f2;}

#entry_table tr:hover {background-color: #ddd;}

#entry_form input[type=text],select {
    font-size: 18;
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#entry_form input[type=submit]{
    width: 40%;
    background-color: grey;
    color: white;
    padding: 10px 10px;
    margin: 2px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: medium;
}

#entry_form input[type=submit]:hover{
    background-color: #f5A049;
}

    
.droplist:hover ul.list-categories{
max-height: inherit;
opacity: 1;
text-align: left;
width: 100%;
padding: 5px;

}

.list-categories{
    list-style-type: none;
    padding: 5px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 300ms ease;
    text-align: left;
}

.droplist a:link,a:visited{
    /*background-color: white;*/
    color:white;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-weight: 700;
    
    
}

.droplist a:hover,a:active{
    background-color:lightgrey;
    color:red;
    font-style:italic;
}

.text-block{
    position: absolute;
    top: 160px;
    left: 200px;
    background-color:white;
    color:blue;
    padding-left: 10px;
    padding-right: 10px;
    width: 600px;
  }

  #category a:link,a:visited{
    color: blue;
    padding: 5px 5px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-weight: 700;
    
    
}

#category a:hover,a:active{
    color:white;
    font-style:italic;
    font-weight: 700;
}

#image_effect:hover
{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
/* opacity: 0.5; */
}